'Declaration
Public Sub SetCreator( _ ByVal Creator As String _ )
public void SetCreator( string Creator )
public procedure SetCreator( Creator: String );
public function SetCreator( Creator : String );
public: void SetCreator( string* Creator )
public: void SetCreator( String^ Creator )
Parameters
- Creator